All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.util.QTBuild

java.lang.Object
   |
   +----quicktime.util.QTBuild

public final class QTBuild
extends Object
Contains build information for the QTJava library.


Variable Index

 o build
The build of QTJava given same version/subversion.
 o buildStage
The buildType of QTJava given same version/subversion.
 o qualifyingSubVersion
The qualifier for the sub-version of QTJava
 o subVersion
The sub-version of QTJava
 o version
The version of QTJava

Method Index

 o expired()
This checks expiration of the QTJava.zip prerelease versions.
 o info()
This returns an info string about the current version/build of QTJava

Variables

 o version
 public static final int version
The version of QTJava

 o subVersion
 public static final int subVersion
The sub-version of QTJava

 o qualifyingSubVersion
 public static final int qualifyingSubVersion
The qualifier for the sub-version of QTJava

 o build
 public static final int build
The build of QTJava given same version/subversion. A value of 0 means final for that buildStage.

 o buildStage
 public static final String buildStage
The buildType of QTJava given same version/subversion. Possible values are 'g' for GoldenMaster, 'f' for final candidate, 'b' for beta, 'a' for alpha

Methods

 o expired
 public static final void expired()
This checks expiration of the QTJava.zip prerelease versions. It this version has timed out then a security exception will be thrown, otherwise this returns. A GM build will not expire, all other builds will.

 o info
 public static String info()
This returns an info string about the current version/build of QTJava


All Packages  Class Hierarchy  This Package  Previous  Next  Index